Skip to content

chore: apply clippy suggestions#422

Open
KuSh wants to merge 1 commit intortk-ai:developfrom
KuSh:cleanup-warnings
Open

chore: apply clippy suggestions#422
KuSh wants to merge 1 commit intortk-ai:developfrom
KuSh:cleanup-warnings

Conversation

@KuSh
Copy link
Copy Markdown

@KuSh KuSh commented Mar 8, 2026

Cleaned up clippy warnings all around the code base

@KuSh KuSh force-pushed the cleanup-warnings branch 2 times, most recently from d3d6a7f to 132ec45 Compare March 8, 2026 22:47
@pszymkowiak
Copy link
Copy Markdown
Collaborator

Hi! Thanks for the contribution! Since March 6, all PRs should target the develop branch instead of master (see CONTRIBUTING.md).

Could you update the base branch? Click Edit at the top right of this PR and change it from master to develop.

Thanks!

@KuSh KuSh changed the base branch from master to develop March 12, 2026 06:56
@KuSh KuSh force-pushed the cleanup-warnings branch from 132ec45 to da93602 Compare March 12, 2026 23:02
@KuSh
Copy link
Copy Markdown
Author

KuSh commented Mar 12, 2026

@pszymkowiak done!

@KuSh KuSh force-pushed the cleanup-warnings branch from da93602 to 56009d1 Compare March 13, 2026 00:27
@KuSh KuSh changed the title chore: cleanup dead code chore: cleanup dead code and apply clippy suggestions Mar 13, 2026
@KuSh KuSh force-pushed the cleanup-warnings branch from 56009d1 to d6bdd29 Compare March 14, 2026 16:17
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 20, 2026

CLA assistant check
All committers have signed the CLA.

@KuSh KuSh force-pushed the cleanup-warnings branch from d6bdd29 to f8aee06 Compare March 23, 2026 21:32
@KuSh KuSh changed the title chore: cleanup dead code and apply clippy suggestions chore: apply clippy suggestions Mar 23, 2026
@aeppling
Copy link
Copy Markdown
Contributor

Hey

We are cleaning up the codebase and improving the project structure for better onboarding. As part of this effort, PR #826 reorganizes src/ from a flat layout into subfolders.

No logic changes — only file moves and import path updates.

What you need to do

Rebase your branch on develop when receiving this comment:

git fetch origin && git rebase origin/develop

Git detects renames automatically. If you get import conflicts, update the paths:

use crate::git;        // now: use crate::cmds::git::git;
use crate::tracking;   // now: use crate::core::tracking;
use crate::config;     // now: use crate::core::config;
use crate::init;       // now: use crate::hooks::init;
use crate::gain;       // now: use crate::analytics::gain;

Need help rebasing? Tag @aeppling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants